powered by
Computation of the least common multiple of two vli (Very Large Integers) objects.
lcmul(x, y)# S3 method for default lcmul(x, y)# S3 method for numeric lcmul(x, y)# S3 method for vli lcmul(x, y)
# S3 method for default lcmul(x, y)
# S3 method for numeric lcmul(x, y)
# S3 method for vli lcmul(x, y)
object of class vli
object of class vli or 32 bits integer
Javier Leiva Cuadrado
x <- as.vli("125634750214756") y <- as.vli("761048412524216246") lcmul(x, y)
Run the code above in your browser using DataLab